1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmPayment
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPayment))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.Label2 = New System.Windows.Forms.Label()
28         Me.btnClose = New System.Windows.Forms.Button()
29         Me.LstOrder = New System.Windows.Forms.ListBox()
30         Me.txtAmount = New System.Windows.Forms.TextBox()
31         Me.Label1 = New System.Windows.Forms.Label()
32         Me.txtCash = New System.Windows.Forms.TextBox()
33         Me.Label3 = New System.Windows.Forms.Label()
34         Me.txtChange = New System.Windows.Forms.TextBox()
35         Me.Label4 = New System.Windows.Forms.Label()
36         Me.BtnDone = New System.Windows.Forms.Button()
37         Me.ReceiptNo = New System.Windows.Forms.Label()
38         Me.Panel1.SuspendLayout()
39         Me.SuspendLayout()
40         
'
41         
'Panel1
42         
'
43         Me.Panel1.BackColor = System.Drawing.Color.Black
44         Me.Panel1.Controls.Add(Me.Label2)
45         Me.Panel1.Controls.Add(Me.btnClose)
46         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
47         Me.Panel1.Location = New System.Drawing.Point(
0, 0)
48         Me.Panel1.Name =
"Panel1"
49         Me.Panel1.Size = New System.Drawing.Size(
459, 27)
50         Me.Panel1.TabIndex =
6
51         
'
52         
'Label2
53         
'
54         Me.Label2.AutoSize = True
55         Me.Label2.BackColor = System.Drawing.Color.Transparent
56         Me.Label2.Font = New System.Drawing.Font(
"Arial", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
57         Me.Label2.ForeColor = System.Drawing.Color.White
58         Me.Label2.Location = New System.Drawing.Point(
9, 5)
59         Me.Label2.Name =
"Label2"
60         Me.Label2.Size = New System.Drawing.Size(
259, 17)
61         Me.Label2.TabIndex =
6
62         Me.Label2.Text =
"Payment - Order Management System"
63         
'
64         
'btnClose
65         
'
66         Me.btnClose.BackColor = System.Drawing.Color.Black
67         Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Black
68         Me.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
69         Me.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
70         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
71         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
72         Me.btnClose.Location = New System.Drawing.Point(
431, 2)
73         Me.btnClose.Name =
"btnClose"
74         Me.btnClose.Size = New System.Drawing.Size(
22, 22)
75         Me.btnClose.TabIndex =
0
76         Me.btnClose.UseVisualStyleBackColor = False
77         
'
78         
'LstOrder
79         
'
80         Me.LstOrder.Font = New System.Drawing.Font(
"Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.LstOrder.FormattingEnabled = True
82         Me.LstOrder.ItemHeight =
21
83         Me.LstOrder.Location = New System.Drawing.Point(
12, 36)
84         Me.LstOrder.Name =
"LstOrder"
85         Me.LstOrder.Size = New System.Drawing.Size(
269, 277)
86         Me.LstOrder.TabIndex =
7
87         
'
88         
'txtAmount
89         
'
90         Me.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
91         Me.txtAmount.Font = New System.Drawing.Font(
"Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.txtAmount.Location = New System.Drawing.Point(
287, 62)
93         Me.txtAmount.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
94         Me.txtAmount.Name =
"txtAmount"
95         Me.txtAmount.ReadOnly = True
96         Me.txtAmount.Size = New System.Drawing.Size(
160, 35)
97         Me.txtAmount.TabIndex =
11
98         Me.txtAmount.Text =
"0.00"
99         
'
100         
'Label1
101         
'
102         Me.Label1.AutoSize = True
103         Me.Label1.BackColor = System.Drawing.Color.Transparent
104         Me.Label1.Font = New System.Drawing.Font(
"Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.Label1.Location = New System.Drawing.Point(
287, 38)
106         Me.Label1.Name =
"Label1"
107         Me.Label1.Size = New System.Drawing.Size(
131, 24)
108         Me.Label1.TabIndex =
10
109         Me.Label1.Text =
"Total Amount"
110         
'
111         
'txtCash
112         
'
113         Me.txtCash.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
114         Me.txtCash.Font = New System.Drawing.Font(
"Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.txtCash.Location = New System.Drawing.Point(
287, 130)
116         Me.txtCash.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
117         Me.txtCash.Name =
"txtCash"
118         Me.txtCash.Size = New System.Drawing.Size(
160, 35)
119         Me.txtCash.TabIndex =
13
120         Me.txtCash.Text =
"0.00"
121         
'
122         
'Label3
123         
'
124         Me.Label3.AutoSize = True
125         Me.Label3.BackColor = System.Drawing.Color.Transparent
126         Me.Label3.Font = New System.Drawing.Font(
"Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.Label3.Location = New System.Drawing.Point(
287, 106)
128         Me.Label3.Name =
"Label3"
129         Me.Label3.Size = New System.Drawing.Size(
59, 24)
130         Me.Label3.TabIndex =
12
131         Me.Label3.Text =
"Cash"
132         
'
133         
'txtChange
134         
'
135         Me.txtChange.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
136         Me.txtChange.Font = New System.Drawing.Font(
"Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.txtChange.Location = New System.Drawing.Point(
287, 197)
138         Me.txtChange.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
139         Me.txtChange.Name =
"txtChange"
140         Me.txtChange.ReadOnly = True
141         Me.txtChange.Size = New System.Drawing.Size(
160, 35)
142         Me.txtChange.TabIndex =
15
143         Me.txtChange.Text =
"0.00"
144         
'
145         
'Label4
146         
'
147         Me.Label4.AutoSize = True
148         Me.Label4.BackColor = System.Drawing.Color.Transparent
149         Me.Label4.Font = New System.Drawing.Font(
"Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.Label4.Location = New System.Drawing.Point(
287, 173)
151         Me.Label4.Name =
"Label4"
152         Me.Label4.Size = New System.Drawing.Size(
82, 24)
153         Me.Label4.TabIndex =
14
154         Me.Label4.Text =
"Change"
155         
'
156         
'BtnDone
157         
'
158         Me.BtnDone.BackColor = System.Drawing.Color.White
159         Me.BtnDone.FlatAppearance.BorderColor = System.Drawing.Color.Black
160         Me.BtnDone.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
161         Me.BtnDone.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
162         Me.BtnDone.FlatStyle = System.Windows.Forms.FlatStyle.Flat
163         Me.BtnDone.Image = CType(resources.GetObject(
"BtnDone.Image"), System.Drawing.Image)
164         Me.BtnDone.Location = New System.Drawing.Point(
287, 245)
165         Me.BtnDone.Name =
"BtnDone"
166         Me.BtnDone.Size = New System.Drawing.Size(
160, 68)
167         Me.BtnDone.TabIndex =
16
168         Me.BtnDone.TextAlign = System.Drawing.ContentAlignment.BottomCenter
169         Me.BtnDone.UseVisualStyleBackColor = False
170         
'
171         
'ReceiptNo
172         
'
173         Me.ReceiptNo.AutoSize = True
174         Me.ReceiptNo.BackColor = System.Drawing.Color.Transparent
175         Me.ReceiptNo.Font = New System.Drawing.Font(
"Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
176         Me.ReceiptNo.Location = New System.Drawing.Point(
12, 287)
177         Me.ReceiptNo.Name =
"ReceiptNo"
178         Me.ReceiptNo.Size = New System.Drawing.Size(
108, 24)
179         Me.ReceiptNo.TabIndex =
17
180         Me.ReceiptNo.Text =
"ReceiptNo"
181         Me.ReceiptNo.Visible = False
182         
'
183         
'frmPayment
184         
'
185         Me.AcceptButton = Me.BtnDone
186         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 12.0!)
187         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
188         Me.BackgroundImage = Global.Order.My.Resources.Resources.Form_2
189         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
190         Me.ClientSize = New System.Drawing.Size(
459, 333)
191         Me.Controls.Add(Me.ReceiptNo)
192         Me.Controls.Add(Me.BtnDone)
193         Me.Controls.Add(Me.txtChange)
194         Me.Controls.Add(Me.Label4)
195         Me.Controls.Add(Me.txtCash)
196         Me.Controls.Add(Me.Label3)
197         Me.Controls.Add(Me.txtAmount)
198         Me.Controls.Add(Me.Label1)
199         Me.Controls.Add(Me.LstOrder)
200         Me.Controls.Add(Me.Panel1)
201         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
202         Me.Name =
"frmPayment"
203         Me.ShowInTaskbar = False
204         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
205         Me.Text =
"frmPayment"
206         Me.Panel1.ResumeLayout(False)
207         Me.Panel1.PerformLayout()
208         Me.ResumeLayout(False)
209         Me.PerformLayout()
210
211     End Sub
212     Friend WithEvents Panel1 As System.Windows.Forms.Panel
213     Friend WithEvents Label2 As System.Windows.Forms.Label
214     Friend WithEvents btnClose As System.Windows.Forms.Button
215     Friend WithEvents LstOrder As System.Windows.Forms.ListBox
216     Friend WithEvents txtAmount As System.Windows.Forms.TextBox
217     Friend WithEvents Label1 As System.Windows.Forms.Label
218     Friend WithEvents txtCash As System.Windows.Forms.TextBox
219     Friend WithEvents Label3 As System.Windows.Forms.Label
220     Friend WithEvents txtChange As System.Windows.Forms.TextBox
221     Friend WithEvents Label4 As System.Windows.Forms.Label
222     Friend WithEvents BtnDone As System.Windows.Forms.Button
223     Friend WithEvents ReceiptNo As System.Windows.Forms.Label
224 End Class


Gõ tìm kiếm nhanh...